home *** CD-ROM | disk | FTP | other *** search
- TINY(3I) Last changed: 1-6-98
-
-
- NNAAMMEE
- TTIINNYY - Returns the smallest positive value for a real argument
-
- SSYYNNOOPPSSIISS
- TTIINNYY (([XX==]_x))
-
- IIMMPPLLEEMMEENNTTAATTIIOONN
- UNICOS, UNICOS/mk, and IRIX systems
-
- SSTTAANNDDAARRDDSS
- Fortran 90
-
- DDEESSCCRRIIPPTTIIOONN
- The TTIINNYY intrinsic function returns the smallest positive number in
- the real number model that represents number of the same type and kind
- type parameter as the argument. For more information on the real
- number model, see the MMOODDEELLSS(3I) man page. It accepts the following
- argument:
-
- _x Must be of type real. It may be scalar or array valued.
-
- TTIINNYY is an inquiry function. The name of this intrinsic cannot be
- passed as an argument.
-
- RREETTUURRNN VVAALLUUEESS
- The result is a scalar with the same type and kind type parameter as
- _x. The result has the value
- _e sub min-1
- _b , where _b and _e
- min
- (represented as "_e sub min" in the previous equation) are as defined
- in the real number model, which represents numbers of the same type
- and kind type parameter as _x.
-
- EEXXAAMMPPLLEESS
- On UNICOS systems, TTIINNYY((XX)) has a value that approximates
- -8188
- 2 for real XX.
-
- On CRAY T90 systems that support IEEE arithmetic, TTIINNYY((XX)) has values
- that approximate the following:
- -125
- * 2 for real ((KKIINNDD==44)) XX
- -1021
- * 2 for real ((KKIINNDD==88)) XX
- -16381
- * 2 for real ((KKIINNDD==1166)) XX
-
- On UNICOS/mk systems, TTIINNYY((XX)) has values that approximate the
- following:
- -125
- * 2 for real ((KKIINNDD==44)) XX
- -1021
- * 2 for real ((KKIINNDD==88)) XX
-
- On IRIX systems, TTIINNYY((XX)) has values that approximate the following:
- -125
- * 2 for real ((KKIINNDD==44)) XX
- -1021
- * 2 for real ((KKIINNDD==88)) XX
- -967
- * 2 for real ((KKIINNDD==1166)) XX
-
- SSEEEE AALLSSOO
- MMOODDEELLSS(3I)
-
- _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, publication SR-2138, for the
- printed version of this man page.
-
-